home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
wordmisc
/
pcproof
/
pc-proof.exe
/
RESET.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-02-19
|
415b
|
13 lines
@echo off
ECHO This command resets PC-Proof if PC-Proof did not quit normally.
ECHO You must make sure that PC-Proof is not being used before using RESET!
ECHO You must switch to the directory where PC-Proof is installed.
pause
if NOT exist PCPROOF.EXE goto error
del PCPROOF.net
ECHO PC-Proof has been reset.
goto END
:error
ECHO ERROR - PC-Proof was not reset, switch to the PC-Proof directory.
:end